Revision: arnesi--dev--1.2--patch-37
Archive: bese-2004@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Mon Jan 17 06:52:09 CET 2005
Standard-date: 2005-01-17 05:52:09 GMT
Modified-files: src/mopp.lisp
New-patches: bese-2004@common-lisp.net/arnesi--dev--1.2--patch-37
Summary: When creating mopp:direct-slot-definition-value use a class with the slot specified only once.
Keywords: 

* src/mopp.lisp (defclass): mopp:direct-slot-definition-value is defined
  to work only on slot values which have been specified once, so our test
  class only provides the value once. This change is due to clisp's
  handling of initarg values on direct-slots.

